runtime/pprof.Profile.count (field)

9 uses

	runtime/pprof (current package)
		pprof.go#L138: 	count func() int
		pprof.go#L150: 	count: countGoroutine,
		pprof.go#L156: 	count: countThreadCreate,
		pprof.go#L162: 	count: countHeap,
		pprof.go#L168: 	count: countHeap, // identical to heap profile
		pprof.go#L174: 	count: countBlock,
		pprof.go#L180: 	count: countMutex,
		pprof.go#L256: 	if p.count != nil {
		pprof.go#L257: 		return p.count()